home *** CD-ROM | disk | FTP | other *** search
- #
- # This file demonstrates how a battery charger can be controlled
- # through the use of XA's command files.
- #
- # Invocation:
- # XA f=charger.cmd
- # or
- # CHARGER.BAT
- #
- #
- # First, define the charger's address
- DEFINE CHARGER C5
-
- # Turn it ON immediately...
- CHARGER ON
-
- # Now create an event to turn it OFF 14 hours from now...
- CHARGER OFF NOW 14:00
-